home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / main.dir / 00449.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  232 b   |  13 lines

  1. on mouseDown
  2.   global gGoBackFrame, gGoBackMovie
  3.   puppetSound(0)
  4.   if gGoBackMovie = the movie then
  5.     go(gGoBackFrame)
  6.   else
  7.     go(gGoBackFrame, gGoBackMovie)
  8.   end if
  9.   repeat with i = 1 to 8
  10.     sound stop i
  11.   end repeat
  12. end
  13.